home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / fractualuniverse / formulas / manta.form < prev    next >
Text File  |  1995-12-30  |  279b  |  30 lines

  1. Manta
  2. {
  3.     {
  4.         pickendi=1
  5.         x1=-3.0
  6.         x2= 3.0
  7.         y1=-3.0
  8.         y2= 3.0
  9.         par1.r= 1.0            ; Realpart of t => Var. p1.r
  10.         par1.i= 0.0            ; Imagpart of t => Var. p1.i
  11.         bailout=4.0
  12.     }
  13.     {
  14.         z=pixel
  15.         c=pixel
  16.         t=par1/pixel
  17.     }
  18.     {
  19.         z=z+t
  20.         z=z*z
  21.         z=z+c
  22.         w=abs(z)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.     }
  29. }
  30.